mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
xastir: 2.2.0 -> 2.2.2
https://github.com/Xastir/Xastir/releases/tag/Release-2.2.2
This commit is contained in:
parent
1744aeacbb
commit
30f53978ce
1 changed files with 2 additions and 2 deletions
|
@ -22,13 +22,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xastir";
|
pname = "xastir";
|
||||||
version = "2.2.0";
|
version = "2.2.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xastir";
|
owner = "xastir";
|
||||||
repo = "xastir";
|
repo = "xastir";
|
||||||
tag = "Release-${version}";
|
tag = "Release-${version}";
|
||||||
hash = "sha256-EQXSfH4b5vMiprFcMXCUDNl+R1cHSj9CyhZnUPAMoCw=";
|
hash = "sha256-bpT8F3xURo9jRxBrGGflmcLD6U7F+FTW+VAK1WCgqF4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue