]> git.scottworley.com Git - nix-env-apps/commitdiff
Release 1.1.0 master v1.1.0
authorScott Worley <scottworley@scottworley.com>
Fri, 10 Apr 2026 17:18:08 +0000 (10:18 -0700)
committerScott Worley <scottworley@scottworley.com>
Fri, 10 Apr 2026 17:18:08 +0000 (10:18 -0700)
Changelog
default.nix
setup.py

index a0fa2a3dfbcdf4eefe8b6b23ffe5c963fa0bb910..ebbd676bab6c613e39802a09788c71176cdf1d7f 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,8 @@
 ## [Unreleased]
 
 ## [Unreleased]
 
+## [1.1.0] - 2026-04-10
+nixpkgs 25.11 compatibility
+
 ## [1.0.2] - 2025-09-13
 Fix template
 
 ## [1.0.2] - 2025-09-13
 Fix template
 
index 845dc8b685e3ef0894e9587c2ea68e061c52aa65..ebcfcc0e1589bff89f9640dad7d40c5326122ad9 100644 (file)
@@ -18,7 +18,7 @@ pkgs.python3Packages.callPackage (
   }:
   buildPythonPackage rec {
     pname = "apps";
   }:
   buildPythonPackage rec {
     pname = "apps";
-    version = "1.0.2";
+    version = "1.1.0";
 
     src = lib.cleanSource ./.;
 
 
     src = lib.cleanSource ./.;
 
index 69f43706e4f63ea94bd7184a636b249f47f30754..0e6fc178572e753ffb33d2fef2c1f712fd69a3d4 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='apps',
 
 setup(
     name='apps',
-    version='1.0.2',
+    version='1.1.0',
     description='A simple GUI for managing declarative nix-env user environments',
     author='Scott Worley',
     author_email='scottworley@scottworley.com',
     description='A simple GUI for managing declarative nix-env user environments',
     author='Scott Worley',
     author_email='scottworley@scottworley.com',