summary refs log tree commit diff
path: root/pkgs/data/icons/kora-icon-theme
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-07-12 06:56:10 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-07-12 06:56:10 +0000
commite9af5794c7a159362af15902309cc93172293da3 (patch)
treee6f13b8372bb6066de98ebe82a7c232f352580b5 /pkgs/data/icons/kora-icon-theme
parent93524fa8767947de724714fae9dd3617f84f00be (diff)
downloadnixpkgs-e9af5794c7a159362af15902309cc93172293da3.tar
nixpkgs-e9af5794c7a159362af15902309cc93172293da3.tar.gz
nixpkgs-e9af5794c7a159362af15902309cc93172293da3.tar.bz2
nixpkgs-e9af5794c7a159362af15902309cc93172293da3.tar.lz
nixpkgs-e9af5794c7a159362af15902309cc93172293da3.tar.xz
nixpkgs-e9af5794c7a159362af15902309cc93172293da3.tar.zst
nixpkgs-e9af5794c7a159362af15902309cc93172293da3.zip
kora-icon-theme: 1.4.3 -> 1.4.4
Diffstat (limited to 'pkgs/data/icons/kora-icon-theme')
-rw-r--r--pkgs/data/icons/kora-icon-theme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/icons/kora-icon-theme/default.nix b/pkgs/data/icons/kora-icon-theme/default.nix
index a2426e842a6..9e50fb0c136 100644
--- a/pkgs/data/icons/kora-icon-theme/default.nix
+++ b/pkgs/data/icons/kora-icon-theme/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec  {
   pname = "kora-icon-theme";
-  version = "1.4.3";
+  version = "1.4.4";
 
   src = fetchFromGitHub  {
     owner = "bikass";
     repo = "kora";
     rev = "v${version}";
-    sha256 = "sha256-tSkTwhhugvDTzzcxIln1xq3ZY6boHJR0LRGy20ONO5U=";
+    sha256 = "sha256-79C/M5WXQswA1xuA6pwVSRlDtQC9+EzkwSEV3SdPzBc=";
   };
 
   nativeBuildInputs = [