overlay/plume: update to 0.7.0 stable

This commit is contained in:
Astro 2022-01-02 21:32:44 +01:00
parent 3a3b86992a
commit 72060d6d33
1 changed files with 7 additions and 5 deletions

View File

@ -31,14 +31,16 @@ let
sha256 = "029xq9cabz3scbmd84b8qkrg0q7x6fm27ijq869lkpq8bwjxvcb6";
};
version = "0.7.0";
src = stdenv.mkDerivation {
name = "plume-src";
pname = "plume-src";
inherit version;
src = fetchFromGitHub {
owner = "Plume-org";
repo = "Plume";
# branch "main" on 2021-12-09, > 0.6.0
rev = "33f3bbb774ccbc05636167111db8a601a4bf5fdd";
sha256 = "1zpd7r45axps6wky1nf9ja9kyx8z5gywi5p5fgs1h1lxg9r0sfmw";
rev = version;
sha256 = "00hl81dvcybbybwfha7x2y8mz4qlmqip76610va73j6xcjsvj4fq";
};
phases = [ "unpackPhase" "patchPhase" "installPhase" ];
patches = [
@ -52,7 +54,7 @@ let
plume = naersk-lib.buildPackage {
pname = "plume";
inherit src;
inherit src version;
nativeBuildInputs = [
pkg-config gettext