Skip to content

Commit

Permalink
zafiro-icons: 1.0 -> 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 15, 2020
1 parent 40000eb commit 81a38b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/icons/zafiro-icons/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "zafiro-icons";
version = "1.0";
version = "1.1";

src = fetchFromGitHub {
owner = "zayronxio";
repo = pname;
rev = "${version}";
sha256 = "0gy3c0jkj1icnwcs23b6km9cj9cccv8y5z1w11nfdv91cq3mdhmb";
sha256 = "05h8qm9izjbp8pnl9jpbw3y9sddhp0zmg94fm1k4d4hhdqnakqhv";
};

nativeBuildInputs = [ gtk3 ];
Expand Down

0 comments on commit 81a38b0

Please sign in to comment.