about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2021-10-30 15:08:23 +0200
committerKerstin Humm <kerstin@erictapen.name>2021-10-30 15:08:23 +0200
commit69616b862f2d57fb25b4724501be2068a7bb20db (patch)
treee2dbeeb7b542da631ed23200fb543d758e8a9089 /pkgs/applications/video
parentc447f6ee0542f85dff69f98aed7adc27f6a4baa1 (diff)
sub-batch: 0.4.0 -> 0.4.1
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/sub-batch/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/sub-batch/default.nix b/pkgs/applications/video/sub-batch/default.nix
index 37daa870c6e6f..fd5b2888d63dc 100644
--- a/pkgs/applications/video/sub-batch/default.nix
+++ b/pkgs/applications/video/sub-batch/default.nix
@@ -8,16 +8,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "sub-batch";
-  version = "0.4.0";
+  version = "0.4.1";
 
   src = fetchFromGitHub {
     owner = "kl";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-5fDnSmnnVB1RGrNrnmp40OGFF+OAhppnhOjVgnYxXr0=";
+    sha256 = "sha256-WUW+lOGbZ82NJxmW+Ogxslf3COOp62aZ/08Yn26l4T0=";
   };
 
-  cargoSha256 = "sha256-+ufa4Cgue8o9CTB3JDcQ38SlUq8PcRDyj+qNSAFpTas=";
+  cargoSha256 = "sha256-m9nBubmuuOcJyegmYGJizY/2b7oamBHKFNIaxOtikcA=";
 
   nativeBuildInputs = [ makeWrapper ];