mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
cabinpkg: 1.11.0 -> 1.11.1
This commit is contained in:
parent
9f72062be1
commit
62b363ac7d
1 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cabinpkg";
|
pname = "cabinpkg";
|
||||||
version = "0.11.0";
|
version = "0.11.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cabinpkg";
|
owner = "cabinpkg";
|
||||||
repo = "cabin";
|
repo = "cabin";
|
||||||
tag = version;
|
tag = version;
|
||||||
sha256 = "sha256-LIP99Shxu/lOdZ31KVA8RYawZ6dRLtXEGKZs1mUFCus=";
|
sha256 = "sha256-qMmfViu3ol8+Tpyy8hn0j5r+bql0SFeKPVVj/ox4AGQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue