summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-01 01:33:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-01 01:33:06 +0000
commitf4a408122e9def0120cd9709edf5dad9ff1356f4 (patch)
tree95a5f0622b3f88f7668a314e677d7cc0c50573f4
parent3b5295131d4504fa422c45c08c808bf9da656476 (diff)
shotgun: 2.2.1 -> 2.3.1
-rw-r--r--pkgs/tools/graphics/shotgun/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/graphics/shotgun/default.nix b/pkgs/tools/graphics/shotgun/default.nix
index c7692988677b..7f644a51b278 100644
--- a/pkgs/tools/graphics/shotgun/default.nix
+++ b/pkgs/tools/graphics/shotgun/default.nix
@@ -2,7 +2,7 @@
rustPlatform.buildRustPackage rec {
pname = "shotgun";
- version = "2.2.1";
+ version = "2.3.1";
nativeBuildInputs = [ pkg-config ];
@@ -12,10 +12,10 @@ rustPlatform.buildRustPackage rec {
owner = "neXromancers";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-ClQP/iNs9b4foDUVpH37YCZyjVSgweHLKnSwnpkRwZI=";
+ sha256 = "sha256-hu8UYia2tu6I6Ii9aZ6vfpbrcDz4yeEDkljGFa5s6VY=";
};
- cargoSha256 = "sha256-w5s9I7lXO8HN9zHqZQCeqBXSd7jmbsaqMZRwPLnbqNk=";
+ cargoSha256 = "sha256-UOchXeBX+sDuLhwWQRVFCj9loJUyr4IltiAKsQoh5/c=";
meta = with lib; {
description = "Minimal X screenshot utility";