about summary refs log tree commit diff
path: root/pkgs/applications/audio/amberol
diff options
context:
space:
mode:
authorlinsui <linsui555@gmail.com>2022-06-19 01:06:28 +0800
committerlinsui <linsui555@gmail.com>2022-06-19 01:06:28 +0800
commit53cc5a59a27c039a071a98e8ec994b6e8ca04b99 (patch)
tree52b4c761612a76fae1ae61f4da76cef46f045a78 /pkgs/applications/audio/amberol
parente0a42267f73ea52adc061a64650fddc59906fc99 (diff)
amberol: 0.7.0 -> 0.8.0
Diffstat (limited to 'pkgs/applications/audio/amberol')
-rw-r--r--pkgs/applications/audio/amberol/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/amberol/default.nix b/pkgs/applications/audio/amberol/default.nix
index 11b940066bd7e..73eff299d0214 100644
--- a/pkgs/applications/audio/amberol/default.nix
+++ b/pkgs/applications/audio/amberol/default.nix
@@ -19,20 +19,20 @@
 
 stdenv.mkDerivation rec {
   pname = "amberol";
-  version = "0.7.0";
+  version = "0.8.0";
 
   src = fetchFromGitLab {
     domain = "gitlab.gnome.org";
     owner = "World";
     repo = pname;
     rev = version;
-    hash = "sha256-cBHFyPqhgcFOeYqMhF1aX3XCGAtqEZpI7Mj7b78Etmo=";
+    hash = "sha256-spVZOFqnY4cNbIY1ED3Zki6yPMoFDNG5BtuD456hPs4=";
   };
 
   cargoDeps = rustPlatform.fetchCargoTarball {
     inherit src;
     name = "${pname}-${version}";
-    hash = "sha256-GaMJsIrTbhI1tmahEMlI1v5hmjw+tFEv9Wdne/kiYIA=";
+    hash = "sha256-8PEAyQ8JW45d/Lut3hUSKCzV7JjFTpvKGra5dj3byo4=";
   };
 
   postPatch = ''