1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

ultimatestunts: 0.7.6.1 -> 0.7.7.1

This commit is contained in:
R. RyanTM 2021-08-17 19:28:13 +00:00
parent 17b4b7097f
commit 17a8902c2f

View file

@ -3,10 +3,10 @@ pkg-config}:
stdenv.mkDerivation rec {
pname = "ultimate-stunts";
version = "0.7.6.1";
version = "0.7.7.1";
src = fetchurl {
url = "mirror://sourceforge/ultimatestunts/ultimatestunts-srcdata-${lib.replaceStrings ["."] [""] version}.tar.gz";
sha256 = "0rd565ml6l927gyq158klhni7myw8mgllhv0xl1fg9m8hlzssgrv";
sha256 = "sha256-/MBuSi/yxcG9k3ZwrNsHkUDzzg798AV462VZog67JtM=";
};
nativeBuildInputs = [ pkg-config ];