Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

yay: 12.5.0 -> 12.5.2 (#446738)

authored by Wolfgang Walther and committed by GitHub a4ce7cac 12fdeffd

Changed files
+3 -3
pkgs
by-name
ya
+3 -3
pkgs/by-name/ya/yay/package.nix
··· 10 10 11 11 buildGoModule (finalAttrs: { 12 12 pname = "yay"; 13 - version = "12.5.0"; 13 + version = "12.5.2"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "Jguer"; 17 17 repo = "yay"; 18 18 tag = "v${finalAttrs.version}"; 19 - hash = "sha256-qcNjEy8W+6hjTqzkYk8MqHN8owrSONZPB4sXSOstGSE="; 19 + hash = "sha256-obLGR4924hzDNJdTy7116oRXIHSOMFm3etV4fqJ+Yfg="; 20 20 }; 21 21 22 - vendorHash = "sha256-8auZMcfaC0nI0vj1VRz8g/4ijFd57oALYaszGUb0K9A="; 22 + vendorHash = "sha256-Rwws/Uw/gsTUbNLjJJ71DBLjVAH9wbOeb8CxjNmR25c="; 23 23 24 24 nativeBuildInputs = [ installShellFiles ]; 25 25