about summary refs log tree commit diff
path: root/pkgs/applications/video/sub-batch
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2022-11-22 22:19:53 +0100
committerKerstin Humm <kerstin@erictapen.name>2022-11-22 22:19:53 +0100
commit48026590202f3b79e4b66909a2d16ab1778e3fad (patch)
tree8388f34c144ae09ebc92c64275612881cd14706d /pkgs/applications/video/sub-batch
parent997423cdfc6ea4e9acb67aa1cbc49014632dbf75 (diff)
sub-batch: 1.0.0 -> 1.0.1
Diffstat (limited to 'pkgs/applications/video/sub-batch')
-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 1603bdcbb940d..9455f6d1a1e41 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 = "1.0.0";
+  version = "1.0.1";
 
   src = fetchFromGitHub {
     owner = "kl";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-N+3KyBlLG90C3D5ivgj6qedtKsUBoBHr89gmxyAIfVI=";
+    sha256 = "sha256-TOcK+l65iKON1kgBE4DYV/BXACnvqPCshavnVdpnGH4=";
   };
 
-  cargoSha256 = "sha256-rjhSosiLIgcSw6OHpFmGNHXGUdf2QsiIXFVgtO9qNY0=";
+  cargoSha256 = "sha256-tOY3aLpU08Tg/IT+usS2DNO0Q1aD0bvURmNJmHcJkgI=";
 
   nativeBuildInputs = [ makeWrapper ];