about summary refs log tree commit diff
path: root/pkgs/tools/graphics/shotgun
diff options
context:
space:
mode:
authornovenary <streetwalkermc@gmail.com>2023-06-13 19:26:04 +0300
committernovenary <streetwalkermc@gmail.com>2023-06-13 19:26:04 +0300
commit5ace6ef7debec3b712a9063ba3863a91e4331178 (patch)
treee7353c8939453d091a27904c9f1f179d92aca297 /pkgs/tools/graphics/shotgun
parent5a93954d8c8d55fb3362d3d3b32a2ea7bcfaf176 (diff)
shotgun: 2.4.0 -> 2.5.0
Diffstat (limited to 'pkgs/tools/graphics/shotgun')
-rw-r--r--pkgs/tools/graphics/shotgun/default.nix12
1 files changed, 4 insertions, 8 deletions
diff --git a/pkgs/tools/graphics/shotgun/default.nix b/pkgs/tools/graphics/shotgun/default.nix
index d2b030594150e..eab31c3bfda5e 100644
--- a/pkgs/tools/graphics/shotgun/default.nix
+++ b/pkgs/tools/graphics/shotgun/default.nix
@@ -1,21 +1,17 @@
-{ lib, rustPlatform, fetchFromGitHub, pkg-config, libXrandr, libX11 }:
+{ lib, rustPlatform, fetchFromGitHub }:
 
 rustPlatform.buildRustPackage rec {
   pname = "shotgun";
-  version = "2.4.0";
+  version = "2.5.0";
 
   src = fetchFromGitHub {
     owner = "neXromancers";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-fcb+eZXzpuEPFSZexbgDpoBX85gsiIqPlcPXruNGenk=";
+    sha256 = "sha256-ovqPBZznDQnQa9YW1xXA02Jl0AQ7sJNpzovA1SVR8Zc=";
   };
 
-  cargoSha256 = "sha256-n5HPl2h0fr0MyGBivNVrrs23HAllIYtwaw1aaKWHCe4=";
-
-  nativeBuildInputs = [ pkg-config ];
-
-  buildInputs = [ libXrandr libX11 ];
+  cargoSha256 = "sha256-mWifSN9Hpsivq0RdZ9l9+8CWaZMHfzzhT2r27FAuesU=";
 
   meta = with lib; {
     description = "Minimal X screenshot utility";