mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #325071 from r-ryantm/auto-update/ols
ols: 0-unstable-2024-06-18 -> 0-unstable-2024-07-01
This commit is contained in:
commit
9cf9d3ce16
1 changed files with 3 additions and 3 deletions
|
@ -9,13 +9,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "ols";
|
pname = "ols";
|
||||||
version = "0-unstable-2024-06-18";
|
version = "0-unstable-2024-07-01";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "DanielGavin";
|
owner = "DanielGavin";
|
||||||
repo = "ols";
|
repo = "ols";
|
||||||
rev = "6209c11593a3ac175d058a1b12a884fa4d288620";
|
rev = "ee368d473146d33e89f9be9f754fd6d0ee08ecc6";
|
||||||
hash = "sha256-YAeYmX62+5FjHIYt2uWY4aVW6v326vNFl4vQLl585lg=";
|
hash = "sha256-WowbFsec8oZVPTMDefQJYOb4GfH3xa40bN3P9AIjflE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue