libratbag: 0.13 -> 0.14
This commit is contained in:
parent
f4e01832ed
commit
6e7807b0a0
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libratbag";
|
pname = "libratbag";
|
||||||
version = "0.13";
|
version = "0.14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "libratbag";
|
owner = "libratbag";
|
||||||
repo = "libratbag";
|
repo = "libratbag";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "18y8mfr63d91278m1kcid0wvrxa1sgjs8na9af1ks2n28ssvciwq";
|
sha256 = "1fpwp2sj8mf98bqasq2h8qwgprxi7k3iw33gcfid3d1lbyiacw0x";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user