about summary refs log tree commit diff
path: root/pkgs/applications/editors/bonzomatic
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-12 02:27:24 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-12 20:24:50 -0800
commit8838eaba71c88195cb0edd6b457fcf8a9475b965 (patch)
tree3c08313c2a7be95f67685a65909bc6cf5918f8dc /pkgs/applications/editors/bonzomatic
parentfa3b88d430bfdf8ed78a4003532f690421892170 (diff)
bonzomatic: 2021-03-07 -> 2022-02-05
Diffstat (limited to 'pkgs/applications/editors/bonzomatic')
-rw-r--r--pkgs/applications/editors/bonzomatic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/bonzomatic/default.nix b/pkgs/applications/editors/bonzomatic/default.nix
index 5b1fc966dd9b3..caa1d2ab79b9e 100644
--- a/pkgs/applications/editors/bonzomatic/default.nix
+++ b/pkgs/applications/editors/bonzomatic/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "bonzomatic";
-  version = "2021-03-07";
+  version = "2022-02-05";
 
   src = fetchFromGitHub {
     owner = "Gargaj";
     repo = pname;
     rev = version;
-    sha256 = "0gbh7kj7irq2hyvlzjgbs9fcns9kamz7g5p6msv12iw75z9yi330";
+    sha256 = "sha256-y0zNluIDxms+Lpg7yBiEJNNyxx5TLaSiWBKXjqXiVJg=";
   };
 
   nativeBuildInputs = [ cmake makeWrapper ];