mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
paper-icon-theme: 2016-05-25 -> 2016-06-08
This commit is contained in:
parent
b40e1efe00
commit
25d37fc4eb
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
|||
stdenv.mkDerivation rec {
|
||||
name = "${package-name}-${version}";
|
||||
package-name = "paper-icon-theme";
|
||||
version = "2016-05-25";
|
||||
version = "2016-06-08";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "snwh";
|
||||
repo = package-name;
|
||||
rev = "f221537532181a71938faaa1f695c762defe2626";
|
||||
sha256 = "0knsdhgssh1wyhcrbk6lddqy7zn24528lnajqij467mpgiliabfy";
|
||||
rev = "6aa0a2c8d802199d0a9f71579f136bd6476d5d8e";
|
||||
sha256 = "07ak1lnvd0gwaclkcvccjbxikh701vfi07gmjp4zcqi6b5crl7f5";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
|
Loading…
Reference in a new issue