shotgun: 2.2.1 -> 2.3.1

+3 -3
+3 -3
pkgs/tools/graphics/shotgun/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "shotgun"; 5 - version = "2.2.1"; 6 7 nativeBuildInputs = [ pkg-config ]; 8 ··· 12 owner = "neXromancers"; 13 repo = pname; 14 rev = "v${version}"; 15 - sha256 = "sha256-ClQP/iNs9b4foDUVpH37YCZyjVSgweHLKnSwnpkRwZI="; 16 }; 17 18 - cargoSha256 = "sha256-w5s9I7lXO8HN9zHqZQCeqBXSd7jmbsaqMZRwPLnbqNk="; 19 20 meta = with lib; { 21 description = "Minimal X screenshot utility";
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "shotgun"; 5 + version = "2.3.1"; 6 7 nativeBuildInputs = [ pkg-config ]; 8 ··· 12 owner = "neXromancers"; 13 repo = pname; 14 rev = "v${version}"; 15 + sha256 = "sha256-hu8UYia2tu6I6Ii9aZ6vfpbrcDz4yeEDkljGFa5s6VY="; 16 }; 17 18 + cargoSha256 = "sha256-UOchXeBX+sDuLhwWQRVFCj9loJUyr4IltiAKsQoh5/c="; 19 20 meta = with lib; { 21 description = "Minimal X screenshot utility";