nixos-icons: 0-unstable-2024-04-10 -> 0-unstable-2025-06-28, fixes hash mismatch (#468106)

This commit is contained in:
Aleksana
2025-12-07 01:50:25 +00:00
committed by GitHub
+6 -6
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nixos-icons";
version = "0-unstable-2024-04-10";
version = "0-unstable-2025-06-28";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nixos-artwork";
rev = "f84c13adae08e860a7c3f76ab3a9bef916d276cc";
hash = "sha256-lO/2dLGK2f9pzLHudRIs4PUcGUliy7kfyt9r4CbhbVg=";
rev = "9d2cdedd73d64a068214482902adea3d02783ba8";
hash = "sha256-//4BiRF1W5W2rEbw6MupiyDOjvcveqGtYjJ1mZfck9U=";
};
sourceRoot = "${finalAttrs.src.name}/icons";
@@ -30,11 +30,11 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
meta = with lib; {
meta = {
description = "Icons of the Nix logo, in Freedesktop Icon Directory Layout";
homepage = "https://github.com/NixOS/nixos-artwork";
license = licenses.cc-by-40;
license = lib.licenses.cc-by-40;
maintainers = [ ];
platforms = platforms.all;
platforms = lib.platforms.all;
};
})