f3d: 2.5.1 -> 3.0.0 (#375052)

This commit is contained in:
Peder Bergebakken Sundt
2025-01-26 18:00:40 +01:00
committed by GitHub
+2 -2
View File
@@ -21,7 +21,7 @@
stdenv.mkDerivation rec {
pname = "f3d";
version = "2.5.1";
version = "3.0.0";
outputs = [ "out" ] ++ lib.optionals withManual [ "man" ];
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "f3d-app";
repo = "f3d";
tag = "v${version}";
hash = "sha256-S3eigdW6rkDRSm4uCCTFHx5fhJGNVWpAAAKboougr08=";
hash = "sha256-mnDmo5qzdnElhvZwBmHL3xC2o8iLuvYyfZXHoaAUG08=";
};
nativeBuildInputs = [