summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-15 11:51:52 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-04-15 11:51:52 -0700
commita6165505ed0e986c78b6d2040e358d91ebcac84e (patch)
treeb5ce1da21f1a9dd09a375fb66fcb515c4ee936d9 /pkgs/data/icons
parent993e2b4ec2e670b3bb02b0ad19c83f0ae365c198 (diff)
downloadnixpkgs-a6165505ed0e986c78b6d2040e358d91ebcac84e.tar
nixpkgs-a6165505ed0e986c78b6d2040e358d91ebcac84e.tar.gz
nixpkgs-a6165505ed0e986c78b6d2040e358d91ebcac84e.tar.bz2
nixpkgs-a6165505ed0e986c78b6d2040e358d91ebcac84e.tar.lz
nixpkgs-a6165505ed0e986c78b6d2040e358d91ebcac84e.tar.xz
nixpkgs-a6165505ed0e986c78b6d2040e358d91ebcac84e.tar.zst
nixpkgs-a6165505ed0e986c78b6d2040e358d91ebcac84e.zip
papirus-icon-theme: 20190302 -> 20190331
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/papirus-icon-theme/versions
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/papirus-icon-theme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/icons/papirus-icon-theme/default.nix b/pkgs/data/icons/papirus-icon-theme/default.nix
index ac0f578a1c7..60653c75bea 100644
--- a/pkgs/data/icons/papirus-icon-theme/default.nix
+++ b/pkgs/data/icons/papirus-icon-theme/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "papirus-icon-theme-${version}";
-  version = "20190302";
+  version = "20190331";
 
   src = fetchFromGitHub {
     owner = "PapirusDevelopmentTeam";
     repo = "papirus-icon-theme";
     rev = version;
-    sha256 = "10dhjwcb9jr7nr29jxl5nj09fzlj4w25hzssw1hgm4hbp72v4z05";
+    sha256 = "0kprnax26qwnxjcd0rrgdbj00835byaamkabjxi2z8lh0k47ap85";
   };
 
   nativeBuildInputs = [ gtk3 ];