mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2026-01-16 11:37:16 -03:00
Compare commits
2 commits
49adbb1edf
...
14bd77c58f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14bd77c58f | ||
|
|
76fd08dc14 |
1 changed files with 5 additions and 5 deletions
|
|
@ -11,18 +11,18 @@
|
|||
xdotool,
|
||||
gnome,
|
||||
gobject-introspection,
|
||||
wrapGAppsHook,
|
||||
wrapGAppsHook3,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dzgui";
|
||||
version = "5.7.0";
|
||||
version = "5.8.0";
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "aclist";
|
||||
repo = "dztui";
|
||||
rev = "5ab18d07961b7c995843f76f6c7ce340ddcf1b4a";
|
||||
hash = "sha256-ccz4POM5yPd2jWJGeX9UDBA3cJ0/kXUPrApGOJLEvns=";
|
||||
rev = "321384dc7bd44339568a3f63630e5fc13a644fc9";
|
||||
hash = "sha256-eXNjxv7oLHer1raj0WgIi6OCrXVtkeiFJFGsg2F+FjI=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
gobject-introspection
|
||||
wrapGAppsHook
|
||||
wrapGAppsHook3
|
||||
];
|
||||
|
||||
runtimeDeps = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue