summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-19 18:01:10 +0000
committerGitHub <noreply@github.com>2021-07-19 18:01:10 +0000
commitc0cb54f9eeb0c607a08097f84096728aa8ea615d (patch)
treec171280941f68726ff0bd35e895cc3c2cd0e918d /pkgs/data
parentc605362140796ff800e34b10d008a7ce7864b500 (diff)
parent6cc55fd6380dd892f1d41ba7d07efa2a813d38fe (diff)
downloadnixpkgs-c0cb54f9eeb0c607a08097f84096728aa8ea615d.tar
nixpkgs-c0cb54f9eeb0c607a08097f84096728aa8ea615d.tar.gz
nixpkgs-c0cb54f9eeb0c607a08097f84096728aa8ea615d.tar.bz2
nixpkgs-c0cb54f9eeb0c607a08097f84096728aa8ea615d.tar.lz
nixpkgs-c0cb54f9eeb0c607a08097f84096728aa8ea615d.tar.xz
nixpkgs-c0cb54f9eeb0c607a08097f84096728aa8ea615d.tar.zst
nixpkgs-c0cb54f9eeb0c607a08097f84096728aa8ea615d.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/data')
-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 = [