fortran-fpm: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm 2024-03-25 01:19:25 +00:00
parent 3a6b97ce32
commit 014105ee38

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "fortran-fpm";
version = "0.10.0";
version = "0.10.1";
src = fetchurl {
url = "https://github.com/fortran-lang/fpm/releases/download/v${version}/fpm-${version}.F90";
sha256 = "sha256-SOVj23Sva5OW6+Sme9NxIQ4uqMbis8wjDmgYPOdQlCI=";
sha256 = "sha256-dVPQW2DCp+iJojuhCgeEFVFpugG/x+DKhG986QuE4co=";
};
dontUnpack = true;