summary refs log tree commit diff
path: root/pkgs/applications/audio/cheesecutter
diff options
context:
space:
mode:
authorThomas Mader <thomas.mader@gmail.com>2021-03-06 16:58:05 +0100
committeradisbladis <adisbladis@gmail.com>2021-03-18 17:41:31 +0200
commitcb319c279423bd8ca4b26d1e787d5d77d6433ced (patch)
treeab2943189bdc03fa60d9b5c89da6e62084fe794c /pkgs/applications/audio/cheesecutter
parentb383740981aa7dbb0f6e548847a02cc82ffadc8d (diff)
downloadnixpkgs-cb319c279423bd8ca4b26d1e787d5d77d6433ced.tar
nixpkgs-cb319c279423bd8ca4b26d1e787d5d77d6433ced.tar.gz
nixpkgs-cb319c279423bd8ca4b26d1e787d5d77d6433ced.tar.bz2
nixpkgs-cb319c279423bd8ca4b26d1e787d5d77d6433ced.tar.lz
nixpkgs-cb319c279423bd8ca4b26d1e787d5d77d6433ced.tar.xz
nixpkgs-cb319c279423bd8ca4b26d1e787d5d77d6433ced.tar.zst
nixpkgs-cb319c279423bd8ca4b26d1e787d5d77d6433ced.zip
cheesecutter: unstable-2020-04-03 -> unstable-2021-02-27
Diffstat (limited to 'pkgs/applications/audio/cheesecutter')
-rw-r--r--pkgs/applications/audio/cheesecutter/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/cheesecutter/default.nix b/pkgs/applications/audio/cheesecutter/default.nix
index 84f6b183033..6c14cc67f81 100644
--- a/pkgs/applications/audio/cheesecutter/default.nix
+++ b/pkgs/applications/audio/cheesecutter/default.nix
@@ -8,13 +8,13 @@
 }:
 stdenv.mkDerivation rec {
   pname = "cheesecutter";
-  version = "unstable-2020-04-03";
+  version = "unstable-2021-02-27";
 
   src = fetchFromGitHub {
     owner = "theyamo";
     repo = "CheeseCutter";
-    rev = "68d6518f0e6249a2a5d122fc80201578337c1277";
-    sha256 = "0xspzjhc6cp3m0yd0mwxncg8n1wklizamxvidrnn21jgj3mnaq2q";
+    rev = "84450d3614b8fb2cabda87033baab7bedd5a5c98";
+    sha256 = "sha256:0q4a791nayya6n01l0f4kk497rdq6kiq0n72fqdpwqy138pfwydn";
   };
 
   patches = [