lol

Merge pull request #204228 from bobby285271/pantheon

pantheon.elementary-screenshot: 6.0.2 -> 6.0.3

authored by

Bobby Rong and committed by
GitHub
18ec6c80 49b8ad61

+2 -12
+2 -12
pkgs/desktops/pantheon/apps/elementary-screenshot/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitHub 4 - , fetchpatch 5 4 , nix-update-script 6 5 , pkg-config 7 6 , meson ··· 19 18 20 19 stdenv.mkDerivation rec { 21 20 pname = "elementary-screenshot"; 22 - version = "6.0.2"; 21 + version = "6.0.3"; 23 22 24 23 src = fetchFromGitHub { 25 24 owner = "elementary"; 26 25 repo = "screenshot"; 27 26 rev = version; 28 - sha256 = "sha256-n+L08C/W5YnHZ5P3F1NGUYE2SH94sc4+kr1x+wXZ+cw="; 27 + sha256 = "sha256-7BrowiMUDcf0raeOEFen2V3nenymgE6Rg5a3RilMQaI="; 29 28 }; 30 - 31 - patches = [ 32 - # Fix build with meson 0.61 33 - # https://github.com/elementary/screenshot/pull/241 34 - (fetchpatch { 35 - url = "https://github.com/elementary/screenshot/commit/80a5d942e813dd098e1ef0f6629b81d2ccef05ae.patch"; 36 - sha256 = "sha256-jOQuzUJvsjqytplLcW9BeIxzi9+/k2GFa4hHVZ3+wts="; 37 - }) 38 - ]; 39 29 40 30 nativeBuildInputs = [ 41 31 desktop-file-utils