Skip to content

Commit d17c896

Browse files
fpm2: 0.90 -> 0.90.1 (#385242)
2 parents 835d463 + 08d879c commit d17c896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fp/fpm2/package.nix

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

1313
stdenv.mkDerivation rec {
1414
pname = "fpm2";
15-
version = "0.90";
15+
version = "0.90.1";
1616

1717
src = fetchurl {
1818
url = "https://als.regnet.cz/fpm2/download/fpm2-${version}.tar.xz";
19-
sha256 = "1lfzja3vzd6l6hfvw8gvg4qkl5iy6gra5pa8gjlps9l63k2bjfhz";
19+
sha256 = "sha256-G6PF5wlEc19jtqOxBTp/10dQiFYPDO/W6v9Oyzz1lZA=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)