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