etlegacy-unwrapped: 2.82.1 -> 2.83.1 (#360489)

This commit is contained in:
Pol Dellaiera 2024-12-01 01:00:00 +01:00 committed by GitHub
commit b8dbeaff4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

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 {

View File

@ -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 = [

View File

@ -7,7 +7,7 @@
symlinkJoin {
name = "etlegacy";
version = "2.82.1";
version = "2.83.1";
paths = [
etlegacy-assets
etlegacy-unwrapped