about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-08-08 18:02:45 +0200
committerGitHub <noreply@github.com>2021-08-08 18:02:45 +0200
commit5b2d8f64fc6e729aa066e3f9bed93fe91e288d30 (patch)
treecd88f9c53bbeb3f3303595effac278d545160101
parent10f5421be834032e272d34fd04ebb7fdb6e4e146 (diff)
parent84f00bc630eb954576871fe108a4ef568c2ce524 (diff)
Merge pull request #133147 from fufexan/helvum
helvum: 0.2.1 -> 0.3.0
-rw-r--r--pkgs/applications/audio/helvum/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/helvum/default.nix b/pkgs/applications/audio/helvum/default.nix
index cc98e9fb359c4..39c8a3b3184cc 100644
--- a/pkgs/applications/audio/helvum/default.nix
+++ b/pkgs/applications/audio/helvum/default.nix
@@ -13,17 +13,17 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "helvum";
-  version = "0.2.1";
+  version = "0.3.0";
 
   src = fetchFromGitLab {
     domain = "gitlab.freedesktop.org";
     owner = "ryuukyu";
     repo = pname;
     rev = version;
-    sha256 = "sha256-ZnpdGXK8N8c/s4qC2NXcn0Pdqrqr47iOWvVwXD9pn1A=";
+    sha256 = "sha256-AlHCK4pWaoNjR0eflxHBsuVaaily/RvCbgJv/ByQZK4=";
   };
 
-  cargoSha256 = "sha256-2v2L20rUWftXdhhuE3wiRrDIuSg6VFxfpWYMRaMUyTU=";
+  cargoSha256 = "sha256-mAhh12rGvQjs2xtm+OrtVv0fgG6qni/QM/oRYoFR7U8=";
 
   nativeBuildInputs = [ clang copyDesktopItems pkg-config ];
   buildInputs = [ glib gtk4 pipewire ];