offpunk: 1.4 -> 1.5
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
makeWrapper,
|
||||
offpunk,
|
||||
python3,
|
||||
ripgrep,
|
||||
stdenv,
|
||||
timg,
|
||||
xdg-utils,
|
||||
@@ -24,7 +23,6 @@ let
|
||||
];
|
||||
otherDependencies = [
|
||||
less
|
||||
ripgrep
|
||||
timg
|
||||
xdg-utils
|
||||
xsel
|
||||
@@ -32,14 +30,14 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "offpunk";
|
||||
version = "1.4";
|
||||
version = "1.5";
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "notabug.org";
|
||||
owner = "ploum";
|
||||
repo = "offpunk";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "04dzkzsan1cnrslsvfgn1whpwald8xy34wqzvq81hd2mvw9a2n69";
|
||||
sha256 = "1zg13wajsfrl3hli6sihn47db08w037jjq9vgr6m5sjh8r1jb9iy";
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper ] ++ otherDependencies ++ pythonDependencies;
|
||||
|
||||
Reference in New Issue
Block a user