mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
steam-art-manager: 3.16.0 -> 3.16.1
This commit is contained in:
parent
373ffc1d5a
commit
25a20faea6
1 changed files with 2 additions and 2 deletions
|
|
@ -6,10 +6,10 @@
|
|||
|
||||
let
|
||||
pname = "steam-art-manager";
|
||||
version = "3.16.0";
|
||||
version = "3.16.1";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/Tormak9970/Steam-Art-Manager/releases/download/v${version}/steam-art-manager.AppImage";
|
||||
hash = "sha256-khjSvATja5ffz7Z6uUmebU3rmgTI6xjNJMxHDBm3O5M=";
|
||||
hash = "sha256-7Lqcj9Q5P29YFt6biFXLlVdWHdlzF/daLIaA2fGY0+A=";
|
||||
};
|
||||
appimageContents = appimageTools.extract { inherit pname version src; };
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue