pkgs: dashboard-icons: unstable-2024-03-24 -> unstable-2024-06-02
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-07-03 17:16:45 +02:00
parent ec5fbc889f
commit 0223a9c8e1
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -1,15 +1,15 @@
{ stdenvNoCC, fetchFromGitHub }:
let upstreamCommit = "acf4a4ddd9354335bbb6995175179122f5845607";
let upstreamCommit = "dd34fba44b97d3d5753dda032487890cb6fa5879";
in stdenvNoCC.mkDerivation rec {
pname = "dashboard-icons";
version = "unstable-2024-03-24-${upstreamCommit}";
version = "unstable-2024-06-02-${upstreamCommit}";
src = fetchFromGitHub {
owner = "walkxcode";
repo = pname;
rev = upstreamCommit;
hash = "sha256-4D98y396Kbe3iWv3Xi/URHruPmDUxmxd2yPZ2gkxwow=";
hash = "sha256-gi8L548tvGByLsyUZQeSfIxM6I959ehxhYA3mST+Qa0=";
};
postInstall = ''