nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

runme: 1.2.2 -> 1.2.4

Diff: https://github.com/stateful/runme/compare/v1.2.2...v1.2.4

Changelog: https://github.com/stateful/runme/releases/tag/vv1.2.4

figsoda 83cd2017 63410a77

+2 -2
+2 -2
pkgs/development/tools/misc/runme/default.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "runme"; 13 - version = "1.2.2"; 13 + version = "1.2.4"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "stateful"; 17 17 repo = "runme"; 18 18 rev = "v${version}"; 19 - hash = "sha256-SVYxFutmDDHEbYLExy0IxqZZZO13gUVPAA0X1ehVXME="; 19 + hash = "sha256-AhGApOUzmdf9TOF0cESrvg8CVT918nzolVHriVNxsaE="; 20 20 }; 21 21 22 22 vendorHash = "sha256-el+gM3GRN5KU4RlSAx02rn+22xj28IZq3erZUzPbUUw=";