pantheon.elementary-capnet-assist: 8.0.1 -> 8.0.2

https://github.com/elementary/capnet-assist/compare/8.0.1...8.0.2
This commit is contained in:
Bobby Rong 2025-08-15 23:03:04 +08:00
parent 647e4f9986
commit 80d8544334
No known key found for this signature in database

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "elementary-capnet-assist";
version = "8.0.1";
version = "8.0.2";
src = fetchFromGitHub {
owner = "elementary";
repo = "capnet-assist";
rev = version;
sha256 = "sha256-u+JYJ5J5Cx27MrVlhh6AXAtpKGw7Kf1+MyJEEHqgod0=";
sha256 = "sha256-HowrCYOVSYSOCRpTIXFfw4lLUulXY6j5QcxJOBMo984=";
};
nativeBuildInputs = [