etlegacy-unwrapped: 2.82.1 -> 2.83.1

This commit is contained in:
Pol Dellaiera
2024-11-30 17:48:07 +01:00
parent a5ea1f37d2
commit da14e45b25
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
stdenv.mkDerivation {
pname = "etlegacy-assets";
version = "2.82.0";
version = "2.83.1";
srcs = let
fetchAsset = { asset, hash }: fetchurl {
@@ -22,7 +22,7 @@
, zlib
}:
let
version = "2.82.1";
version = "2.83.1";
fakeGit = writeShellApplication {
name = "git";
@@ -41,7 +41,7 @@ stdenv.mkDerivation {
owner = "etlegacy";
repo = "etlegacy";
rev = "refs/tags/v${version}";
hash = "sha256-DA5tudbehXIU+4hX3ggcxWZ7AAOa8LUkIvUHbgMgDY8=";
hash = "sha256-k1H3irA9UVOICY3keKGVJMtBczW/b5ObyNvB7fGAcFA=";
};
nativeBuildInputs = [
+1 -1
View File
@@ -7,7 +7,7 @@
symlinkJoin {
name = "etlegacy";
version = "2.82.1";
version = "2.83.1";
paths = [
etlegacy-assets
etlegacy-unwrapped