about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-24 13:35:12 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-24 13:35:12 +0000
commit924d4a9bb3919fc477538e259fcfbd264e2d1862 (patch)
tree6774416bb8f0be2e88fa68b847d3eee35cd5f491
parent99c96d24b183d6ba6ff97f04d01a7c8ec8202ed9 (diff)
berry: 0.1.11 -> 0.1.12
-rw-r--r--pkgs/applications/window-managers/berry/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/berry/default.nix b/pkgs/applications/window-managers/berry/default.nix
index 96054e86f5054..e044ce8485e5e 100644
--- a/pkgs/applications/window-managers/berry/default.nix
+++ b/pkgs/applications/window-managers/berry/default.nix
@@ -15,13 +15,13 @@
 
 stdenv.mkDerivation rec {
   pname = "berry";
-  version = "0.1.11";
+  version = "0.1.12";
 
   src = fetchFromGitHub {
     owner = "JLErvin";
     repo = pname;
     rev = version;
-    hash = "sha256-cs1NVwaANMIteCQuGqPcEWuUbfJulhjmfWnlU8Eb2OM=";
+    hash = "sha256-xMJRiLNtwVRQf9HiCF3ClLKEmdDNxcY35IYxe+L7+Hk=";
   };
 
   nativeBuildInputs = [