slurp: 1.0 -> 1.0.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/slurp/versions
This commit is contained in:
R. RyanTM 2019-02-15 05:22:52 -08:00 committed by dywedir
parent 53a73b0914
commit 311b70dd3e
No known key found for this signature in database
GPG Key ID: BE743C5DD7703515

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "slurp-${version}";
version = "1.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "emersion";
repo = "slurp";
rev = "v${version}";
sha256 = "03igv8r8n772xb0y7whhs1pa298l3d94jbnknaxpwp2n4fi04syb";
sha256 = "072lkwhpvr753wfqzmd994bnhbrgfavxcgqcyml7abab28sdhs1y";
};
nativeBuildInputs = [
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
];
meta = with stdenv.lib; {
description = "Grab images from a Wayland compositor";
description = "Select a region in a Wayland compositor";
homepage = https://github.com/emersion/slurp;
license = licenses.mit;
platforms = platforms.linux;