Merge pull request #236755 from rnhmjoj/pr-arx
arx-libertatis: 2020-10-20 -> 1.2.1
This commit is contained in:
commit
85ba246a56
1 changed files with 4 additions and 4 deletions
|
@ -10,15 +10,15 @@
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
pname = "arx-libertatis";
|
pname = "arx-libertatis";
|
||||||
version = "2020-10-20";
|
version = "1.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "arx";
|
owner = "arx";
|
||||||
repo = "ArxLibertatis";
|
repo = "ArxLibertatis";
|
||||||
rev = "21df2e37664de79e117eff2af164873f05600f4c";
|
rev = version;
|
||||||
sha256 = "06plyyh0ddqv1j04m1vclz9j72609pgrp61v8wfjdcln8djm376i";
|
sha256 = "GBJcsibolZP3oVOTSaiVqG2nMmvXonKTp5i/0NNODKY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue