pantheon.elementary-screenshot: 8.0.1 -> 8.0.2

https://github.com/elementary/screenshot/compare/8.0.1...8.0.2
This commit is contained in:
Bobby Rong 2025-08-14 23:57:12 +08:00
parent 005433b926
commit 647e4f9986
No known key found for this signature in database

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "elementary-screenshot";
version = "8.0.1";
version = "8.0.2";
src = fetchFromGitHub {
owner = "elementary";
repo = "screenshot";
rev = version;
hash = "sha256-qhXTOdxMpiCPJR0Gp65itr6Em9e6OzMn3m/OyS7YfcA=";
hash = "sha256-yCLaiwR1zRoQZI8QVt0oMMGyS7xjaO7gbj7XfphBL2o=";
};
nativeBuildInputs = [