mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
etlegacy: 2.82.0 -> 2.82.1
This commit is contained in:
parent
014f831080
commit
f2114704be
@ -22,7 +22,7 @@
|
||||
, zlib
|
||||
}:
|
||||
let
|
||||
version = "2.82.0";
|
||||
version = "2.82.1";
|
||||
fakeGit = writeShellApplication {
|
||||
name = "git";
|
||||
|
||||
@ -41,7 +41,7 @@ stdenv.mkDerivation {
|
||||
owner = "etlegacy";
|
||||
repo = "etlegacy";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-yNVVEa+3+Swm3hgwm9cSLV0K88E37TgVVjh1uUl8O2o=";
|
||||
hash = "sha256-DA5tudbehXIU+4hX3ggcxWZ7AAOa8LUkIvUHbgMgDY8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
symlinkJoin {
|
||||
name = "etlegacy";
|
||||
version = "2.82.0";
|
||||
version = "2.82.1";
|
||||
paths = [
|
||||
etlegacy-assets
|
||||
etlegacy-unwrapped
|
||||
|
Loading…
Reference in New Issue
Block a user