Skip to content

Commit e71cdce

Browse files
authored
please-cli: 0.3.0 -> 0.4.2 (#377191)
2 parents 44ed167 + 6871661 commit e71cdce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pl/please-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "please-cli";
14-
version = "0.3.0";
14+
version = "0.4.2";
1515

1616
src = fetchFromGitHub {
1717
owner = "TNG";
1818
repo = "please-cli";
1919
rev = "v${finalAttrs.version}";
20-
hash = "sha256-rJIR4eMhXL4K9iO7JxnkgWNsICV3hPQb0aobWNuHAG0=";
20+
hash = "sha256-wgH/43CQ8LCOwoidv9ciOiquHKoWAB6qlpeKN/JdcEc=";
2121
};
2222

2323
nativeBuildInputs = [ makeBinaryWrapper ];

0 commit comments

Comments
 (0)