Merge pull request #301922 from pbsds/bump-f3d-1712348787

f3d: 2.3.1 -> 2.4.0
This commit is contained in:
Peder Bergebakken Sundt 2024-04-06 03:02:42 +02:00 committed by GitHub
commit d4e0b0da73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
stdenv.mkDerivation rec {
pname = "f3d";
version = "2.3.1";
version = "2.4.0";
outputs = [ "out" "man" ];
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
owner = "f3d-app";
repo = "f3d";
rev = "refs/tags/v${version}";
hash = "sha256-A6PD++wZZfVp/3hV7yefQPhxTpvpZHN0h0pRCxA6vkU=";
hash = "sha256-mqkPegbGos38S50CoV4Qse9Z4wZ327UmIwmSrrP35uI=";
};
nativeBuildInputs = [