[Backport release-24.11] jankyborders: 1.6.0 -> 1.7.0 (#357392)

This commit is contained in:
Austin Horstman 2024-11-19 15:10:45 -06:00 committed by GitHub
commit 013c1ee860
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "JankyBorders";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "FelixKratz";
repo = "JankyBorders";
rev = "v${finalAttrs.version}";
hash = "sha256-DX1d228UCOI+JU+RxenhiGyn3AiqpsGe0aCtr091szs=";
hash = "sha256-PUyq3m244QyY7e8+/YeAMOxMcAz3gsyM1Mg/kgjGVgU=";
};
nativeBuildInputs = [