mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
croc: fix passthrough tests [10.4.6 -> 10.4.13] (#539964)
This commit is contained in:
@@ -12,8 +12,8 @@ in
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
equirosa
|
||||
SuperSandro2000
|
||||
ryan4yin
|
||||
kaynetik
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -11,13 +11,13 @@
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "croc";
|
||||
version = "10.4.6";
|
||||
version = "10.4.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "schollz";
|
||||
repo = "croc";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-+KG1PHUymeoAj92UAn/sitQF6xC1xwl+cdisxy2ZtPs=";
|
||||
hash = "sha256-XhudK0wFk2VFYmd1ihW4SjJ4nzwNxOp9pTNUWJUg+AU=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-rwGunSDIgetBsk97LxQz0WHpzMDMMESHC1OhBWRuVjI=";
|
||||
|
||||
Reference in New Issue
Block a user