Merge pull request #134520 from r-ryantm/auto-update/ultimate-stunts

ultimatestunts: 0.7.6.1 -> 0.7.7.1
This commit is contained in:
Ben Siraphob 2021-08-17 17:47:35 -05:00 committed by GitHub
commit f0a97d26f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];