fpm2: 0.90 -> 0.90.1

This commit is contained in:
R. Ryantm
2025-02-26 12:33:32 +00:00
parent eab9aa8fae
commit 08d879c386
+2 -2
View File
@@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "fpm2";
version = "0.90";
version = "0.90.1";
src = fetchurl {
url = "https://als.regnet.cz/fpm2/download/fpm2-${version}.tar.xz";
sha256 = "1lfzja3vzd6l6hfvw8gvg4qkl5iy6gra5pa8gjlps9l63k2bjfhz";
sha256 = "sha256-G6PF5wlEc19jtqOxBTp/10dQiFYPDO/W6v9Oyzz1lZA=";
};
nativeBuildInputs = [