mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 10:14:48 +00:00
nocturne: 1.4.2 -> 1.5.1
Diff: https://github.com/Jeffser/Nocturne/compare/1.4.2...1.5.1 Changelog: https://github.com/Jeffser/Nocturne/releases
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
python3,
|
||||
python3Packages,
|
||||
libadwaita,
|
||||
libportal,
|
||||
libportal-gtk4,
|
||||
gobject-introspection,
|
||||
libsecret,
|
||||
gst_all_1,
|
||||
@@ -31,13 +33,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "nocturne";
|
||||
version = "1.4.2";
|
||||
version = "1.5.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Jeffser";
|
||||
repo = "Nocturne";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-q2jN1X/2Iayzqf+2d1roQ9dbZKGqWy3sXC78lKXLzPM=";
|
||||
hash = "sha256-83RvrMFUmBUmeObz2u+ScNrT8hb9y02xxWiFqYGnAEU=";
|
||||
};
|
||||
|
||||
__structuredAttrs = true;
|
||||
@@ -63,6 +65,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs = [
|
||||
gtk4
|
||||
libadwaita
|
||||
libportal
|
||||
libportal-gtk4
|
||||
libsecret
|
||||
python3
|
||||
glib-networking
|
||||
|
||||
Reference in New Issue
Block a user