libshumate: 1.1.0 → 1.1.1
https://gitlab.gnome.org/GNOME/libshumate/-/compare/1.1.0...1.1.1 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
554fcd563d
commit
a7f6f98246
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libshumate";
|
||||
version = "1.1.0";
|
||||
version = "1.1.1";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
outputBin = "devdoc"; # demo app
|
||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||
owner = "GNOME";
|
||||
repo = "libshumate";
|
||||
rev = version;
|
||||
sha256 = "sw7GDrlQEMXSyTz6vMVqqUOIEZ34fe2cR3HER/4RDoY=";
|
||||
sha256 = "qE1FTMJ100mUkCvHdij5ZQ5bC/qiDWLFZkp2QEPW8mU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue