We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 461df58 + c1a4971 commit 1bdcd81Copy full SHA for 1bdcd81
pkgs/kde/misc/klevernotes/default.nix
@@ -7,11 +7,11 @@
7
}:
8
mkKdeDerivation rec {
9
pname = "klevernotes";
10
- version = "1.0.0";
+ version = "1.1.0";
11
12
src = fetchurl {
13
url = "mirror://kde/stable/klevernotes/${version}/klevernotes-${version}.tar.xz";
14
- hash = "sha256-9nXOaa2/DyJO3nXGbnvPaYjXFrVoAgx52th67l5geOU=";
+ hash = "sha256-YkIBYlTvweSg4CMqj+sHoNyZJXuwpCAMNZUZUyH2dYE=";
15
};
16
17
extraBuildInputs = [
0 commit comments