We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e62ac2 commit 6899567Copy full SHA for 6899567
pkgs/desktops/cinnamon/mint-artwork/default.nix
@@ -7,14 +7,14 @@
7
8
stdenv.mkDerivation rec {
9
pname = "mint-artwork";
10
- version = "1.8.2";
+ version = "1.8.3";
11
12
src = fetchurl {
13
urls = [
14
"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"
+ "https://web.archive.org/web/20240629131305/http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz"
16
];
17
- hash = "sha256-MegMFrnU8Gcc2v5y3BQCIZS31JdpfSM5FIJJNcyt4LY=";
+ hash = "sha256-NaInP600QQ9sNRaJgM9SNyawZz1H8gwiuZ4lf8KJnIk=";
18
};
19
20
nativeBuildInputs = [
0 commit comments