2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-16 09:03:42 +00:00

python312Packages.f3d: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm 2024-12-10 12:51:22 +00:00
parent 7243daf549
commit 22170424f7

View File

@ -21,7 +21,7 @@
stdenv.mkDerivation rec {
pname = "f3d";
version = "2.5.0";
version = "2.5.1";
outputs = [ "out" ] ++ lib.optionals withManual [ "man" ];
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "f3d-app";
repo = "f3d";
rev = "refs/tags/v${version}";
hash = "sha256-Mw40JyXZj+Q4a9dD5UnkUSdUfQGaV92gor8ynn86VJ8=";
hash = "sha256-S3eigdW6rkDRSm4uCCTFHx5fhJGNVWpAAAKboougr08=";
};
nativeBuildInputs = [