Merge pull request #38884 from worldofpeace/up-papirus-icon-theme-newest

papirus-icon-theme: 20180214 -> 20180401
This commit is contained in:
Jörg Thalheim 2018-04-15 20:02:17 +01:00 committed by GitHub
commit 00e2a4bde9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "papirus-icon-theme-${version}";
version = "20180214";
version = "20180401";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = "papirus-icon-theme";
rev = version;
sha256 = "0lsp5cmq5wdqw6vyh6hqqrshgpzxfj8dx87l7qdlgrk73dajjmki";
sha256 = "1cbzv3igc6j05h0mq2850fwfd8sxxwixzgmhh85mc1k326rvncil";
};
nativeBuildInputs = [ gtk3 ];