Merge pull request #156337 from erictapen/sub-batch

sub-batch: 0.4.1 -> 1.0.0

authored by Felix Bühler and committed by GitHub efbc723c 6d805f9c

+3 -3
+3 -3
pkgs/applications/video/sub-batch/default.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "sub-batch"; 11 - version = "0.4.1"; 11 + version = "1.0.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "kl"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-WUW+lOGbZ82NJxmW+Ogxslf3COOp62aZ/08Yn26l4T0="; 17 + sha256 = "sha256-N+3KyBlLG90C3D5ivgj6qedtKsUBoBHr89gmxyAIfVI="; 18 18 }; 19 19 20 - cargoSha256 = "sha256-m9nBubmuuOcJyegmYGJizY/2b7oamBHKFNIaxOtikcA="; 20 + cargoSha256 = "sha256-rjhSosiLIgcSw6OHpFmGNHXGUdf2QsiIXFVgtO9qNY0="; 21 21 22 22 nativeBuildInputs = [ makeWrapper ]; 23 23