mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
qownnotes: 25.5.8 -> 25.5.10
Implicitly fixes the build, as the 25.5.8 source tarball is missing: https://github.com/pbek/QOwnNotes/issues/3282 Changelog: https://www.qownnotes.org/changelog.html#_25-5-10
This commit is contained in:
parent
72200554df
commit
9a4eaf1b61
1 changed files with 2 additions and 2 deletions
|
@ -17,11 +17,11 @@
|
|||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "qownnotes";
|
||||
appname = "QOwnNotes";
|
||||
version = "25.5.8";
|
||||
version = "25.5.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-5/L7DNHwVW/5RYt65rlHGQdCNNxnZaPKnhwfu4zMRtQ=";
|
||||
hash = "sha256-P8vBLDnkBjTU/x47ka0Ps3nR+Wi4C6Gx+d0sP8lF/xM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue