summary refs log tree commit diff
path: root/pkgs/applications/graphics/weylus/default.nix
diff options
context:
space:
mode:
authorZhaofeng Li <hello@zhaofeng.li>2022-05-25 00:20:59 -0700
committerZhaofeng Li <hello@zhaofeng.li>2022-06-24 11:53:18 -0700
commit6771aaec5c21b59975f3e9e707f90706e502e05c (patch)
treeaf1548eaa12fd361dd04aeb7e16e421080186eb0 /pkgs/applications/graphics/weylus/default.nix
parent94b8710342f7a83739315c6e45be5070a32e6748 (diff)
downloadnixpkgs-6771aaec5c21b59975f3e9e707f90706e502e05c.tar
nixpkgs-6771aaec5c21b59975f3e9e707f90706e502e05c.tar.gz
nixpkgs-6771aaec5c21b59975f3e9e707f90706e502e05c.tar.bz2
nixpkgs-6771aaec5c21b59975f3e9e707f90706e502e05c.tar.lz
nixpkgs-6771aaec5c21b59975f3e9e707f90706e502e05c.tar.xz
nixpkgs-6771aaec5c21b59975f3e9e707f90706e502e05c.tar.zst
nixpkgs-6771aaec5c21b59975f3e9e707f90706e502e05c.zip
weylus: 0.11.4 -> unstable-2022-06-07
Diffstat (limited to 'pkgs/applications/graphics/weylus/default.nix')
-rw-r--r--pkgs/applications/graphics/weylus/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/weylus/default.nix b/pkgs/applications/graphics/weylus/default.nix
index a6b104aacf6..1ba7a4dddc9 100644
--- a/pkgs/applications/graphics/weylus/default.nix
+++ b/pkgs/applications/graphics/weylus/default.nix
@@ -25,13 +25,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "weylus";
-  version = "0.11.4";
+  version = "unstable-2022-06-07";
 
   src = fetchFromGitHub {
     owner = "H-M-H";
     repo = pname;
-    rev = "v${version}";
-    sha256 = "0gq2czxvahww97j4i3k18np29zl6wx85f8253wn3ibqrpfnklz6l";
+    rev = "b169a6be2bf3e8d105273d92f032cca5438de53a";
+    sha256 = "sha256-J9eVFIfmyBviVuT1MYKb5yoacbPqOAT3A8jahWv5qw8=";
   };
 
   buildInputs = [
@@ -71,7 +71,7 @@ rustPlatform.buildRustPackage rec {
     libtool
   ];
 
-  cargoSha256 = "1pigmch0sy9ipsafd83b8q54xwqjxdaif363n1q8n46arq4v81j0";
+  cargoSha256 = "sha256-R46RSRdtfqi1PRQ0MaSIIqtj+Pr3yikm6NeMwwu1CSw=";
 
   cargoBuildFlags = [ "--features=ffmpeg-system" ];
   cargoTestFlags = [ "--features=ffmpeg-system" ];