Skip to content

Commit 6899567

Browse files
r-ryantmbobby285271
authored andcommitted
cinnamon.mint-artwork: 1.8.2 -> 1.8.3
No changes for us.
1 parent 6e62ac2 commit 6899567

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/desktops/cinnamon/mint-artwork/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
stdenv.mkDerivation rec {
99
pname = "mint-artwork";
10-
version = "1.8.2";
10+
version = "1.8.3";
1111

1212
src = fetchurl {
1313
urls = [
1414
"http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz"
15-
"https://web.archive.org/web/20240505123538/http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz"
15+
"https://web.archive.org/web/20240629131305/http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz"
1616
];
17-
hash = "sha256-MegMFrnU8Gcc2v5y3BQCIZS31JdpfSM5FIJJNcyt4LY=";
17+
hash = "sha256-NaInP600QQ9sNRaJgM9SNyawZz1H8gwiuZ4lf8KJnIk=";
1818
};
1919

2020
nativeBuildInputs = [

0 commit comments

Comments
 (0)